projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d6eaa0
)
(rmail-show-message): Always re-set overlay face property.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 24 Apr 1994 05:55:04 +0000
(
05:55
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 24 Apr 1994 05:55:04 +0000
(
05:55
+0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 275367808fe7bab1d8c709f1282b252d77fa85ab..9606398706a348490b0ded60d624e5689ce3e28b 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-1426,6
+1426,7
@@
If summary buffer is currently displayed, update current message there also."
(progn
(setq overlay (car overlays)
overlays (cdr overlays))
+ (overlay-put overlay 'face face)
(move-overlay overlay beg (point)))
;; Make a new overlay and add it to
;; rmail-overlay-list.